code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
DependencyFileTable
code_checker
database
schema
Files that roots are dependent on. They do not need to contain mutants.
@
TableName
(
depFileTable
)
@
TableConstraint
("unique_ UNIQUE (file)")
struct
DependencyFileTable {
long
id
;
string
file
;
long
checksum
;
@
ColumnName
("time_stamp")
SysTime
timeStamp
;
}
Members
Variables
checksum
long
checksum
;
Undocumented in source.
file
string
file
;
Undocumented in source.
id
long
id
;
Undocumented in source.
timeStamp
SysTime
timeStamp
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
database
schema
functions
getSchemaVersion
initializeDB
makeUpgradeTable
replaceTbl
updateSchemaVersion
upgrade
upgradeV0
upgradeV1
upgradeV2
upgradeV3
structs
CompileDbTrackTable
DependencyFileTable
DependencyRootTable
FilesTbl
UpgradeTable
VersionTbl
variables
compileDbTrack
depFileTable
depRootTable
filesTable
schemaVersionTable
Files that roots are dependent on. They do not need to contain mutants.